home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
Applications
/
Terminal 2.2
/
Project
/
Sources
/
Popup.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-01-17
|
388 b
|
18 lines
|
[
TEXT/KAHL
]
/*
Terminal 2.2
"Popup.h"
*/
typedef struct {
short item; /* Dialog item id */
short menu; /* Popup menu id */
MenuHandle h; /* Popup menu handle */
short choice; /* Current choice (1...) */
} POPUP;
#define NEWPOPUP /* Use downward pointing triangle */
Boolean PopupMousedown (DialogPtr, EventRecord *, short *);
void PopupInit (DialogPtr, POPUP *);
void PopupCleanup (void);